-
Notifications
You must be signed in to change notification settings - Fork 260
feat: make OverlayExtensionConfig ExtensionIPRange field immutable
#3056
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
ExtensionIPRange field immutable
|
Can you update the description to include "why?" There's not enough context here to understand why this particular field should be immutable as opposed to others. |
Yeah, it was not very clear from the description. I hope it is better now. |
|
This pull request is stale because it has been open for 2 weeks with no activity. Remove stale label or comment or this will be closed in 7 days |
0aac222 to
0b8ab26
Compare
0b8ab26 to
57e43dd
Compare
f3172d1 to
3a1d96c
Compare
993ede8 to
adbd9c6
Compare
d4aa6f8 to
1b65587
Compare
|
/azp run Azure Container Networking PR |
|
Commenter does not have sufficient privileges for PR 3056 in repo Azure/azure-container-networking |
|
/azp run Azure Container Networking PR |
1 similar comment
|
/azp run Azure Container Networking PR |
|
Azure Pipelines successfully started running 1 pipeline(s). |
1 similar comment
|
Azure Pipelines successfully started running 1 pipeline(s). |
…3056) feat: make extensionIPRange field immutable
Reason for Change:
We want to make OverlayExtensionConfig
extensionIPRangefield immutable to prevent accidental changes to the field. Network Containers are getting programmed for every IP address in this field's CIDR range, and DNC/DNC-RC will not support updating this field.Issue Fixed:
Requirements:
Notes: